See Also
SearchResults Methods
|
SearchResults Class
|
SearchResults Members
|
dtSearch.Engine Namespace
You are here:
Symbol Reference
>
dtSearch.Engine Namespace
>
Classes
>
SearchResults Class
>
SearchResults Methods
>
AddDoc Method
Close
dtSearch .NET Standard API 2024.02
Contents
|
Index
|
Reference
|
Home
Previous
|
Up
|
Next
SearchResults.AddDoc Method
Add a document to
SearchResults
.
C#
public
void
AddDoc
(
string
indexPath
,
int
docId
,
int
[]
hits
);
Parameters
Parameters
Description
indexPath
Path of the index that contains this document.
docId
Document id of the document in the index.
hits
Word offset of the hits in this document.
See Also
SearchResults Methods
|
SearchResults Class
|
SearchResults Members
|
dtSearch.Engine Namespace